.inline{
    display: inline-block;
    width: 100%;
}
.ljgd{
    position: absolute;
    left: 20%;
    top: 75%;
    width: 211px;
    height: 46px;
    background-color: #387ad0;
    border-radius: 3px;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    line-height: 44px;
    cursor:pointer;
    transition: 0.3s all ease-in-out;
}
.ljgd:hover{
    background: white;
    color:#387ad0 ;
    border: 1px solid #387ad0;
}
.bold{
    font-weight: bold;
}
/*首页*/
/*首页搜索*/
.i_search{width:100%;height:92px;border-bottom: 1px solid #eeeeee;}
.i_search .container{width:1080px;}
.h_sea {color: #999999;height: 74px;line-height: 42px;overflow: hidden;padding: 18px 0 0;}
.s_inp{width:300px;height:50px;background:url(../images/search_grey.png) no-repeat;margin: 4px 0 0 80px;}
.inp01 {border:none;color: #c5c5c5;display: block;float: left;height: 31px;line-height: 31px;width:230px;margin:2px 0 0 10px;padding:6px;background:none;border:none;}
.key a {color: #30405a;padding: 0 23px 0 0;text-decoration:none;}
.key a:hover {color: #365dc7;}
.key a:hover{text-decoration:underline;}
.s_inp input {
    border:0px;background:none;
}
.s_inp input:focus {
    outline: none;background: none;
}
.s_ss {float: left;height: 41px;width: 42px;background:none;border:none;}

/*顶部bar*/




/*模态框*/
#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}


#mesmodal {
    width: 496px;
    height: 570px;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}
.mes-index {
    margin: 0px auto;
    padding: 10px 50px;
}
.mes-item {
    margin-bottom: 20px;
}
.mes-index .mes-label {
    font-size: 20px;
    color: #333;
    margin-top: 6px;
}
.mes-index span {
    color: red;
}
.mes-input p {
    color: #30405a;
    font-size: 14px;
}
.mes-input .txtfield {
    width: 280px;
    font-size: 20px;
    background-image: none;
    display: block;
    padding: 3px;
    color: #333;
    background-color: #fff;
    border: 1px solid #333;
}
.mes-sub-item {
    text-align: center;
    width: 396px;
    margin-top: 30px;
}
.mes-notice {
    text-align: center;
    color: red;
    font-size: 16px;
}
.mes-btn {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    background: #30405a;
    border: 1px solid #30405a;
    width: 394px;
    padding: 10px 136px;
    transition: 0.5s all ease-in-out;
}
.mes-btn:hover {
    background: #fff;
    color: #30405a;
}

/*-----------右侧固定------------------*/
.rightfixed {
    position: fixed;
    top:50%;
    right: 0;
    z-index: 666;
    margin-top: -140px;
}
.rightfixed li {
    position: relative;
    margin-bottom: 1px;
}
.rightfixed li .staticd {
    height: 56px;
    width: 56px;
    overflow: hidden;
    background: rgba(0,0,0,0.8);
    line-height: 56px;
    text-align: center;
    cursor: pointer;
}
.rightfixed li .staticd .zxkf {
    background: url(../images/icon-zxkf.png) no-repeat center;
    width: 24px;
    height: 26px;
    vertical-align: middle;
}
.rightfixed li .staticd .zxly {
    background: url(../images/icon-zxly.png) no-repeat center;
    width: 24px;
    height: 24px;
    margin-top: 16px;
}
.rightfixed li .staticd .qqzx {
    background: url(../images/icon-qqzx.png) no-repeat center;
    width: 24px;
    height: 24px;
    margin-top: 16px;
}
.rightfixed li .staticd .bgcx {
    background: url(../images/icon-bgcx.png) no-repeat center;
    width: 22px;
    height: 24px;
    margin-top: 16px;
}
.rightfixed li .staticd .zxdh {
    background: url(../images/icon-zxdh.png) no-repeat center;
    width: 23px;
    height: 24px;
    margin-top: 16px;
}
.rightfixed li .staticd .zxwx {
    background: url(../images/icon-zxwx.png) no-repeat center;
    width: 26px;
    height: 24px;
    margin-top: 16px;
}
.rightfixed li .staticd .zxtop {
    background: url(../images/icon-zxtop.png) no-repeat center;
    width: 24px;
    height: 13px;
    margin-top: 16px;
}
.rightfixed li:hover .moved  {
    right: 56px;
}
.rightfixed .moved {
    position: absolute;
    width: 150px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    right: -200px;
    background: rgba(0,0,0,0.8);
    z-index: 666;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 1px;
    transition: 0.3s all ease-in-out;
}
.rightfixed .moved a {
    color: #fff;
    display: inline-block;
    width: 100%;
    height: 56px;
}
.modalclose {
    cursor: pointer;
    position: absolute;
    right: -30px;
    transition:All 0.4s ease-in-out;
    -webkit-transition:All 0.4s ease-in-out;
    -moz-transition:All 0.4s ease-in-out;
    -o-transition:All 0.4s ease-in-out;
}
.modalclose:hover {
    transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
}

/*轮播样式*/
.banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.banner img {
    width: 100%;
}
.banner .swiper-pagination  .swiper-pagination-bullet {
    width: 50px;
    height: 4px;
    background-color: rgba(255, 255, 255, 0.8);
    display: inline-block;
    cursor: pointer;
    transition: all .2s ease-out;
    border-radius: 2px;
    opacity: 1;
}
.banner .swiper-pagination  .swiper-pagination-bullet:hover {
    background-color: #30405a;
    opacity: 1;
}
.banner .swiper-pagination  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #30405a;
}

/*检测项目*/
.index_test_item {
    padding: 70px 0 30px 0;
    background: #fff;
}

.index_tit {
    height: 90px;
    text-align: center;
}

.index_tit h2 {
    color: #333;
    font-size: 42px;
    font-weight: normal;
    line-height: 60px;
}

.index_tit h3 {
    color: #999;
    font-size: 22px;
    font-weight: normal;
    line-height: 30px;
    text-transform: uppercase;
}

.index_test_item .main {
    width: 1044px;
    height: 453px;
    margin: 60px auto;
    position: relative;
}

.index_test_item .main .layer {
    display: block;
    width: 1044px;
    height: 453px;
    position: relative;
    z-index: 30;
    border: none;
}

.index_test_item .img {
    display: block;
    width: 1044px;
    height: 453px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    border: none;
}

.index_test_item ul {
    width: 850px;
    height: 566px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
}

.index_test_item ul li {
    display: none;
    width: 262px;
    height: 227px;
    position: absolute;
}

.index_test_item ul .hover1 {
    top: 112px;
    left: 0px;
    background: url(../images/test-item-hover1.png) no-repeat;
}

.index_test_item ul .hover2 {
    top: 0px;
    left: 196px;
    background: url(../images/test-item-hover2.png) no-repeat;
}

.index_test_item ul .hover3 {
    top: 227px;
    left: 196px;
}

.index_test_item ul .hover4 {
    top: 113px;
    left: 391px;
    background: url(../images/test-item-hover4.png) no-repeat;
}

.index_test_item ul .hover5 {
    top: 0px;
    left: 586px;
    background: url(../images/test-item-hover5.png) no-repeat;
}

.index_test_item ul .hover6 {
    top: 226px;
    left: 587px;
    background: url(../images/test-item-hover6.png) no-repeat;
}

.index_test_item ul .hover7 {
    top: 113px;
    left: 782px;
    background: url(../images/test-item-hover7.png) no-repeat;
}

/*检测流程*/
.index_test_process {
    padding-bottom: 100px;
    background: #fff;
}

.index_test_process {
    padding-bottom: 70px;
    background: #fff;
}

.index_test_process .main {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 54px auto;
}

.index_test_process ul {
    width: 110%;
}

.index_test_process ul li {
    float: left;
    width: 211px;
    height: 388px;
    background: #eee;
    border-bottom: 2px solid #114281;
    margin-right: 26px;
    color: #333;
}

.index_test_process .first-process {
    margin-left: 26px;
}

.index_test_process .top-process {
    margin: 36px 0px 0px 36px;
}

.index_test_process .top-process .process-tip-num {
    font-size: 56px;
}

.index_test_process .top-process .words-process {
    font-size: 24px;
    margin-top: 15px;
}

.index_test_process .bottom-process {
    margin: 70px auto;
    text-align: center;
}

.index_test_process ul li:hover {
    background: none repeat scroll 0 0 rgba(100, 141, 217, 1);
    color: #fff;
    z-index: 99;
}

.index_test_process ul li:hover img {
    filter: alpha(Opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

.index_test_process .des-process {
    font-size: 16px;
    color: #fff;
    margin-top: 30px;
    line-height: 32px;
    width: 150px;
    position: absolute;
    z-index: 99;
    display: none;
}

.index_test_process ul li:hover .des-process {
    display: block;
}

/*检测流程结束*/

/*预约上门检测*/
.index_online_booking {
    width: 100%;
    height: 475px;
    background: url(../images/online-booking-bg.png) center top no-repeat;
    text-align: center;
}

.index_online_booking .con {
    padding-top: 48px;
}

.index_online_booking .con img {
    width: 1078px;
    height: 244px;
    position: relative;
    margin: 0 auto;
}

.index_online_booking .con a {
    display: block;
    width: 170px;
    height: 63px;
    position: absolute;
    bottom: 0;
    right: 88px;
}

.index_online_booking .con-free {
    margin-top: 15px;
}

.index_online_booking .con-free a {
    padding: 6px 30px;
    font-size: 22px;
    color: #fff;
    width: 230px;
    background: #648dd9;
}

.index_online_booking .tel {
    font-size: 36px;
    line-height: 86px;
    text-align: center;
    color: #fff;
    line-height: 64px;
    margin-top: 28px;
}

.index_online_booking .tel i {
    width: 52px;
    height: 34px;
    background: url(../images/icon-telphone.png) no-repeat;
    position: relative;
    top: 3px;
}

/*首页案例*/
.index_case {
    margin-top: 100px;
    background: #fff;
}

.index_case .case-list {
    width: 1014px;
    margin: 50px auto;
    overflow: hidden;
}

.index_case .case-list ul li {
    width: 338px;
    height: 299px;
    float: left;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.index_case .case-list .txt {
    width: 338px;
    height: 0px;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    background: none repeat scroll 0 0 rgba(100, 141, 217, 1);
}

.index_case .case-list .txt a {
    color: #fff;
}

.index_case .case-list .txt img {
    text-align: center;
    width: 39px;
    margin-left: 150px;
}

.index_case .case-list .txt h3 {
    font-size: 20px;
    text-align: center;
}

.index_case .case-list .txt p {
    font-size: 16px;
    text-align: center;
    line-height: 32px;
}

.index_case .case-more {
    text-align: center;
    padding-top: 50px;
    width: 100%;
}

.index_case .case-more a {
    font-size: 22px;
    color: #fff;
    width: 254px;
    height: 40px;
    padding-top: 10px;
    background: #648dd9;
    display: block;
    margin-left: 380px;
}

/*首页新闻资讯*/
.index_news {
    position: relative;
    display: block;
    margin-top: -85px;
    z-index: 5;
}

.table_card {
    margin: 0 auto;
    margin-top: 50px
}

.table_card .tab {
    height: 40px;
    color: #333;
}

.table_card .tab li {
    float: right;
    height: 32px;
    line-height: 32px;
    padding: 0 14px;
    margin-right: 40px;
    font-size: 14px;
    color: #666;
    cursor: pointer;
    transition: 0.3s all ease-in-out;
}

.table_card .tab a {
    float: right;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    padding: 0 14px;
    margin-right: 70px;
    font-size: 15px;
    color: #666;
    cursor: pointer;
    transition: 0.3s all ease-in-out;
}
.table_card .tab a:hover {
    color: #fff;
    background: #30405a;
}
.table_card .tab li:hover {
    color: #fff;
    background: #265694;
}

.table_card li.activ {
    color: #fff;
    background: #265694;
}

.table_card .tabCon {
    background: #fff;
    margin-top: 56px;
    margin-bottom: 90px;
    overflow: hidden;
}
.index_ntime {
    font-size: 26px;
    color: #999999;
    position:absolute;
    top:36px;
    left:208px;
    width: 183px;
    height: 31px;

}
.newslist-img li a {

    width: 524px;
    height: 276px;
}
.index_nt {
    font-size: 14px;
    color: #333333;
    position:absolute;
    top:82px;
    font-weight: bold;
    left:208px;
    width: 183px;
    height: 31px;

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.index_ndes {
    overflow: hidden;
    position:absolute;
    top:124px;
    left:208px;
    width: 274px;
    height: 65px;
    font-size: 14px;
    line-height: 30px;
    color: #999999;

}
.index_new_img {

}
.newslist-img {
    position: relative;
    width: 524px;
    background-color: rgba(242, 242, 242, 1);
    float: left;
    overflow: hidden;
    padding-bottom: 30px;
}

.index_nbtn {
    margin-top: 199px;
    margin-left: 209px;
}
.index_nbtn a:hover {
    background: #fff;
    color: rgba(48, 64, 90, 1);
}
.newslist-img .index_nbtn a {
    width: 155px;
    height: 42px;
    border: 1px solid rgba(39, 86, 148, 1);
    background-color: rgba(39, 86, 148, 1);
    font-size: 15px;
    color: #eeeeee;
    display: inline-block;
    text-align: center;
    line-height: 42px;
    text-transform: uppercase;
    transition: 0.3s all ease-in-out;
}


.newslist-img img {
    height: 213px;
    width: 173px;
    position: absolute;
    top: 32px;
    left: 20px;
}

.newslist-title {
    float: left;
    width: 550px;
    margin-left: 90px;
    padding: 5px 0;
}
.newslist2{
    float: right
}

.newslist-title li {
    width: 550px;
    height: 116px;
    padding-bottom: 17px;

    transition: 0.3s all ease-in-out;
}

.newslist-title li ol {
    float: left;
}

.newslist-title li .order-line {
    font-size: 30px;
    color: #333;
    height: 70px;
    border-right: 1px solid #bbb;
    padding-right: 30px;
    padding-left: 20px;
    line-height: 74px;
    margin: 19px 20px;
}

.newslist-title li .de-title {

}
.newslist-title li:hover {
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.07),
    0px -2px 12px 0px rgba(0, 0, 0, 0.07),
    -2px 0px 12px 0px rgba(0, 0, 0, 0.07),
    2px 0px 12px 0px rgba(0, 0, 0, 0.07);
    border-bottom: none;
}
.newslist-title li:hover .de-title .p-t {
    color: #275694;
}
.newslist-title li .de-title .p-t {
    font-size: 14px;
    line-height: 36px;
    color: #333;
    width: 350px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 21px;

}

.newslist-title li .de-title .p-s {
    width: 348px;
    font-size: 13px;
    line-height: 26px;
    color: #999999;
    margin-top: 25px;
    margin-left: 45px;
}

.newslist-title li .time {
    float: right;
    font-size: 14px;
    color: #999999;
    margin-right: 19px;
}
.newslist-title li:hover .index_new_more {
    color: #30405a;
}
.index_new_more {
    float: right;
    font-size: 14px;
    color: #999;
    margin-top: 54px;
    margin-right: 22px;
}
.newslist-title .li-mask {
    background: #648dd9;
    position: absolute;
    right: 63px;
    bottom: 0;
    width: 612px;
    height: 105px;
    color: #fff !important;
    z-index: -9;
}

.index_news .news-more {
    text-align: center;
    padding-top: 50px;
    width: 100%;
}

.index_news .news-more a {
    font-size: 22px;
    color: #fff;
    width: 254px;
    height: 40px;
    padding-top: 10px;
    background: #648dd9;
    display: block;
    margin-left: 492px;
    margin-bottom: 95px;
}

/*底部表格*/

.footer-bar {
    width: 100%;
    min-width: 1200px;
    height: 75px;
    position: fixed;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    line-height: 32px;
    z-index: 990;
}

.footer-bar.pos {
    position: relative;
    bottom: 0;
}

.footer-bar-wrap {
    padding: 30px 133px 0 113px;

}

.footer-bar .note {
    font-size: 26px;
    color: #fff;
    line-height: 16px;
    margin-right: 40px;
}

.footer-bar .date-form {
    margin-top: -7px;
}

.footer-bar .date-form .input-txt {
    font-size: 14px;
    margin-right: 30px;
    background-image: none;
    display: block;
    padding: 8px 8px;
    color: #666;
    background-color: #fff;
    border: none;
    border-radius: 10px;
}

.footer-bar .date-form .input-btn {
    font-size: 18px;
    margin-right: 30px;
    background-image: none;
    display: block;
    padding: 6px 20px;
    color: #fff;
    background-color: #648dd9;
    border: none;
    border-radius: 10px;
}

/*页尾*/
.footer {
    background: #2b3138;
    position: relative;
    overflow: hidden;
    padding-top: 78px;
    color: #fff;
}
.footer_container{
    width: 1354px;
    margin: 0 auto;
}
.footer_container .logo_footer{
    margin-right: 135px;
}
.footer_container .footer_top{
    width: 100%;
    display: inline-block;
    height: 300px;
}
.footer dl {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 84px;
    float: left;
}

.footer dl dt {
    line-height: 33px;
    font-size: 16px;
    color: #fff;
    margin-bottom: 14px;
}

.footer dl dd {
    margin-bottom: 12px;
    color: #c3c3c3;
    line-height: 25px;
    font-size: 14px;
}

.footer dl dd a {
    color: #c3c3c3;
}

.footer dl dd a:hover {
    color: #fff;
}

.footer_contact {
    height: 152px;
    margin-left: 50px;
}

.footer dl.footer_ewm {
    margin: 0;
    text-align: center;
    float: right;
    height: 106px;
    width: 106px;
}
.footer dl.footer_ewm img{
    width: 100%;
}

.footer dl.footer_ewm dt {
    margin-bottom: 5px;
}
.newfbottom {
    width: 100%;
    height: 80px;
    line-height: 80px;
}

.newfbottom .copy {
    font-size: 12px;
    color: #a2a1a1;
    float: left;
}
.newfbottom .footer_icon_box {
    height: 80px;
    line-height: 80px;
}
.newfbottom .footer_icon_box img{
    vertical-align: middle;
    margin-left: 10px;
}

.frin{
    width: 100%;

    background-color: #353b43;
}

.friend {
    color: #b4b4b4;
    font-size: 12px;
    line-height: 29px;
    width: 1200px;
    margin: 0 auto;

}


.friend a {
    color: #b4b4b4;
    margin-right: 28px;
}

.friend a:hover {
    color: #fff;
}

/*面包屑*/
.position {
    margin: 20px 0 10px 0;
    height: 50px;
    background-color: #f4f4f4;
    position: relative;
}

.position dt {
    margin-left: 56px;
}
.position dt, .position dd {
    line-height: 50px;
    font-size: 16px;
    color: #555;
    float: left;
}
.position i{
    background:url(../images/icon_home.png) no-repeat center;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 15px;
    left: 20px;
}
.position dd {
}
.position dd a,.position dt a {
    color: #333;
}
.position dd a:hover,.position dd.on a {
    color: #265694;
}

.inside {
    background: #fff;
    margin-bottom: 10px;
}


/*荣誉资质*/
.honor {
    padding-top: 30px;
}

.honor li {
    width: 290px;
    height: 252px;
    float: left;
    margin: 0 15px;
}

.honor li img {
    display: block;
    width: 290px;
    height: 190px;
}

.honor li p {
    color: #333;
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
}

.honor li p a {
    color: #30405a;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}

.inside_title {
    text-align: center;
    color: #040000;
}

.inside_title .cn {
    line-height: 40px;
    font-size: 32px;
    color: #333;
}

.inside_title .en {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 33px;
    color: #666;
    line-height: 33px;
    font-size: 14px;
    position: relative;
    text-transform: uppercase;
}

/*联系我们*/
.contact {
    padding: 65px 0 50px 0;
}

.contact .con {
    font-size: 13px;
    color: #333;
    line-height: 33px;
    text-align: center;
    margin-top: 30px;
}

.contact #map {
    width: 910px;
    height: 540px;
    border: 3px solid #114281;
    margin-top: 60px;
}

.contact .BMap_bubble_title {
    font-size: 13px;
    color: #114281;
    line-height: 24px;
}

.contact .BMap_bubble_content {
    font-size: 13px;
    color: #333;
    line-height: 24px;
}

/*检测项目*/
.detail {
   width: 910px;
    background: #fff;
}

.detail .tit {
    height: 84px;
    line-height: 47px;
    text-align: center;
    border-bottom: 1px dotted #d5d5d5;
    font-size: 28px;
    color: #333;
}
.detail .tit .biao_case{
    font-family: MicrosoftYaHei;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #0f4488;
}
.detail .tit .time_case{
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #5e5e5e;
    margin-top: 21px;
}
.detail .con {
    line-height: 32px;
    font-size: 18px;
    color: #333;
    padding: 20px 0 100px 0;
}

.detail .con h2 {
    font-weight: normal;
}

.detail .con p {
    /*text-indent: 2em;*/
}

.detail .hot_tab {
    color: #666;
    line-height: 32px;
    font-size: 16px;
}

.detail .hot_tab a {
    color: #0062da;
    margin-right: 10px;
}

.detail .hot_tab a:hover {
    text-decoration: underline;
}

.detail .fanye {
    margin-top: 35px;
}

.detail .fanye div {
    width: 45%;
    font-size: 12px;
    color: #666;
}

.detail .fanye div a {
    color: #333;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
    font-size: 16px;
}

.detail .fanye div a:hover {
    color: #0062da;
}

.detail .fanye div.prev {

}

.recommend {
    background: #fff;
    margin: 20px 0;
    position: relative;
    overflow: hidden;
}

.recommend .tit {
    height: 34px;
    line-height: 34px;
    padding-left: 15px;
    background: #6b95e4;
    color: #fff;
    font-size: 18px;
}

.recommend ul {
    padding: 20px 15px;
    width: 110%;
}

.recommend ul li {
    width: 350px;
    float: left;
    margin: 0 140px 5px 0;
    line-height: 27px;
    color: #595959;
    font-size: 16px;
}

.recommend ul li a {
    color: #595959;
}

.recommend ul li a:hover {
    color: #0062da;
}

/*案例*/
.case {
    margin-bottom: 45px;
}

.case_left {
    width: 865px;
    background: #fff;
    padding: 15px 15px 30px 15px;
}

.case_left_list {
    margin-bottom: 30px;
}

.case_left_list li {
    margin-bottom: 15px;

    padding: 15px;
}

.case_left_list li .img {
    width: 274px;
    height: 224px;
}

.case_left_list li .img img {
    display: block;
    width: 274px;
    height: 224px;
}

.case_left_list li .main{
    width: 535px;
    padding-left: 26px;
    height: 224px;
}

.case_left_list li .main .tit {
    padding: 16px 0 0px 0;
    line-height: 23px;

}

.case_left_list li .main .tit a {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #0f4488;
}

.case_left_list li .main .tit a:hover {
    color: #0062da;
}

.case_left_list li .main .con {
    line-height: 26px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    padding-top: 20px;
    color: #5e5e5e;
}

.case_left_list li .main .info {
    line-height: 28px;
    color: #999;
    padding-top: 10px;
}

.case_left_list li .main .more a {
    display: block;
    font-size: 14px;
    border: 1px solid #e1e1e1;
    color: white;
    text-align: center;
    line-height: 26px;
    margin-top: 10px;
    width: 114px;
    height: 26px;
    background-color: #c9c9c9;
    border-radius: 13px;
}

.case_left_list li .main .more a:hover {
    background: #0062da;
    color: #fff;
    border: 1px solid #0062da;
}

.case_left_list li:hover {

}

.pagelink {
    width: 100%;
    height: 30px;
    text-align: center;
}

.pagelink span,
.pagelink a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 28px;
    line-height: 28px;
    border: 1px solid #ccc;
    padding: 0 10px;
    color: #666;
    background: #fff;
}

.pagelink span {
    color: #999;
}

.pagelink a:hover {
    border: 1px solid #0062da;
    color: #0062da;
}

.pagelink span.current {
    background: #0062da;
    border: 1px solid #0062da;
    color: #fff;
}

.case_right {
    width: 275px;
}

.right_apply {
    background: #fff;
    padding: 10px;
}

.right_apply h1 {
    font-size: 18px;
    color: #333;
    text-align: center;
    font-weight: normal;
    margin-bottom: 3px;
}

.right_apply h2 {
    font-size: 14px;
    color: #666;
    text-align: center;
    font-weight: normal;
    margin-bottom: 10px;
}

.right_apply dl {
    border: 1px solid #e1e1e1;
    height: 37px;
    line-height: 37px;
    margin-bottom: 7px;
}

.right_apply dl dt {
    width: 55px;
    float: left;
    color: #999;
    padding-left: 5px;
}

.right_apply dl dd {
    width: 190px;
    float: left;
}

.right_apply dl dd input {
    display: block;
    width: 190px;
    height: 37px;
    line-height: 37px;
    background: #fff;
    border: none;
    color: #666;
}

.right_apply .btn {
    width: 255px;
    height: 33px;
    line-height: 33px;
    border: none;
    background: #30405a;
    margin-top: 5px;
    color: #fff;
    font-size: 14px;
}

.right_apply .btn:hover {
    opacity: 0.9;
    filter: alpha(opacity=980);
}

.right_apply .tel {
    text-align: center;
    margin-top: 10px;
    color: #333;
    font-size: 14px;
}

.right_list {
    background: #fff;
    padding: 10px;
    margin-top: 10px;
}

.right_list li {
    margin-bottom: 10px;
}

.right_list li .tit {
    line-height: 24px;
    font-size: 14px;
}

.right_list li .tit a {
    color: #333;
}

.right_list li .tit a:hover {
    color: #30405a;
}

.right_list li .img {
    width: 255px;
    height: 120px;
    margin-top: 5px;
}

.right_list li .img img {
    display: block;
    width: 100%;
    height: 100%;
}

/*新闻*/
.news{padding:15px 15px 30px 15px;}
.news_list{margin-bottom:30px;}
.news_list li{padding:20px 0;border-bottom:1px dotted #e1e1e1;}
.news_list li .date{width:74px;height:70px;background:#e2e2e2;text-align:center;}
.news_list li .date h1{font-weight:normal;color:#666;font-size:32px;height:49px;line-height:49px;}
.news_list li .date h2{font-weight:normal;color:#999;font-size:12px;height:20px;line-height:20px;border-top:1px solid #fff;}
.news_list li .main{width:840px;}
.news_list li .main .tit{font-size:14px;line-height:24px;color:#333;}
.news_list li .main .con{font-size:12px;line-height:22px;color:#666;}
.news_list li:hover .date{background:#30405a;}
.news_list li:hover .date h1,
.news_list li:hover .date h2{color:#fff;}
.news_list li:hover .tit{color:#30405a;}

/*侧边*/
.cndns-right {
    position: fixed;
    right: 50px;
    top: 50%;
    margin-top: -180px;
    z-index: 999;
}

.cndns-right-meau {
    position: relative;
    margin-bottom: 10px;
}

.cndns-right-btn {
    margin-bottom: 6px;
    position: relative;
}

.cndns-right-meau .online-icon {
    background: url(../images/r-online.png) no-repeat;
    width: 65px;
    height: 60px;
    border: none;
    text-align: center;
    display: block;
}


.cndns-right-meau:hover .online-icon {
    background: url(../images/r-online-sel.png) no-repeat;
}


.cndns-right-meau .order-icon {
    background: url(../images/r-order.png) no-repeat;
    width: 65px;
    height: 60px;
    border: none;
    text-align: center;
    display: block;
}


.cndns-right-meau:hover .order-icon {
    background: url(../images/r-order-sel.png) no-repeat;
}


.cndns-right-meau .wechat-icon {
    background: url(../images/r-wechat.png) no-repeat;
    width: 65px;
    height: 60px;
    border: none;
    text-align: center;
    display: block;
}


.cndns-right-meau:hover .wechat-icon {
    background: url(../images/r-wechat-sel.png) no-repeat;
}

.cndns-right-meau .qq-icon {
    background: url(../images/r-qq.png) no-repeat;
    width: 65px;
    height: 60px;
    border: none;
    text-align: center;
    display: block;
}


.cndns-right-meau:hover .qq-icon {
    background: url(../images/r-qq-sel.png) no-repeat;
}

.cndns-right-meau .tel-icon {
    background: url(../images/r-tel.png) no-repeat;
    width: 65px;
    height: 60px;
    border: none;
    text-align: center;
    display: block;
}


.cndns-right-meau:hover .tel-icon {
    background: url(../images/r-tel-sel.png) no-repeat;
}

.cndns-right-box {
    position: absolute;
    top: -16px;
    right: 50px;
    padding-right: 25px;
    display: none;
}

.cndns-right-box .box-border {
    border: 1px solid #114281;
    padding: 25px 1px;
    background-color: #114281;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
    box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
    position: relative;
    border-radius: 5px;
    text-align: center;
}

.cndns-right-box .box-border .arrow-right {
    display: block;
    width: 13px;
    height: 16px;
    background: url(../images/arrow-right.png) no-repeat;
    position: absolute;
    right: -10px;
    top: 30px;
}
.cndns-right-box .box-border .sev-t p{
    font-size: 18px;
    color: #fff;
}

.cndns-right-box .box-border .sev-t span {
    float: left;
    display: block;
    line-height: 56px;
    margin-right: 20px;
}

.meau-contact .cndns-right-box .box-border {
    width: 160px;
}

.cndns-right-meau:hover .cndns-right-box {
    display: block
}

.meau-code .cndns-right-box {
    top: inherit;
    bottom: -35px;
}

.meau-code .cndns-right-box .box-border {
    width: 156px;
    text-align: center;
}

.meau-code .cndns-right-box .box-border .arrow-right {
    top: inherit;
    bottom: 50px;
}

.cndns-left {
    position: fixed;
    left: 20px;
    top: 50%;
    margin-top: -200px;
    z-index: 999;
}
.cndns-left-meau {
    position: relative;
    margin-bottom: 10px;
}
.cndns-left-meau .left-free-date {
    background: url(../images/left-free-date.png) no-repeat;
    width: 102px;
    height: 350px;
    border: none;
    text-align: center;
    display: none;/*左侧隐藏*/
}
.trackbar {
    background: #fff;
    font-size: 20px;
    color: #333;
    overflow: hidden;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #ddd;
}
.trackbar  p {
    margin-left: 36px;
}
.trackwrapper {
    width: 100%;
    height: auto;
    min-height: 660px;
    background: #fff;
    overflow: hidden;
    text-align: center;
    padding-top: 110px;
}
.iptcell {
    width: 530px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 30px;
    overflow: hidden;
}
.trlab {
    font-size: 18px;
    color: #666;
    font-weight: 300;
    line-height: 36px;
    width: 100px;
    text-align: right;
}
.tript {
    margin-left: 20px;
}
.tript input {
    font-size: 18px;
    font-weight: 300;
    width: 300px;
    border: 1px solid #999;
    padding: 10px;
}
.tript.error input {
    border: 1px solid #f33;
}
.trnotice {
    font-size: 14px;
    font-weight: 300;
    color: #999;
    text-align: left;
    margin: 16px 0 0 120px;
    height: 19px;
    overflow: hidden;
}
.trackbtn {
    position: relative;
    overflow: hidden;
    margin-left: -90px;
}
.trackbtn button {
    outline: none;
    background: #30405a;
    font-size: 18px;
    letter-spacing: 2px;
    color: #fff;
    border: 1px solid #30405a;
    width: 200px;
    height: 50px;
    transition: 0.5s all ease-in-out;
    cursor: pointer;
}
.trackbtn button:hover {
    background: #fff;
    color: #30405a;
    border: 1px solid #30405a;
}
.tript img {
    position: relative;
    width: 110px;
    float: left;
    margin-left: 15px;
}
.trnotice  .errorMessage {
    color: #f33;
}

.subcontent {
    position: relative;
}

.wizard .hormenu {
    list-style: none;
}

.wizard .hormenu li {
    float: left;
    width: 170px;
    padding: 10px 0;
}

.wizard .hormenu li a {
    display: block;
}
.wizard .hormenu li a.disabled {
    cursor: not-allowed;
}
.wizard .hormenu li a:hover {
    text-decoration: none;
}

.wizard .hormenu li a span.h2 {
    font-size: 16px;
    color: #999;
    text-align: center;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 5px;
    font-weight: bold;
}

.wizard .hormenu li a span.dot {
    display: block;
    height: 20px;
    margin-top: 5px;
    text-align: center;
    background: url(../images/stepline.png) repeat-x center left;
}

.wizard .hormenu li span.label {
    display: block;
    text-align: center;
    font-weight: bold;
    color: #999;
    margin-top: 10px;
    font-size: 17px;
    font-style: italic;
}

.wizard .hormenu li a span.dot span {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../images/steps.png) no-repeat 0 -40px;
}

.wizard .hormenu li:first-child a span.dot {
    margin-left: 47%;
    text-align: left;
}

.wizard .hormenu li:last-child a span.dot {
    margin-right: 47%;
    text-align: right;
}

.wizard .hormenu li a.done span.label {
    color: #666;
}

.wizard .hormenu li a.done span.h2 {
    color: #30405a;
}

.wizard .hormenu li a.done span.dot span {
    background-position: 0 -20px;
}

.wizard .hormenu li:first-child a.done span.dot span {
    background-position: 0 0;
}

.wizard .hormenu li a.selected span.dot span {
    background-position: 0 -120px;
}

.wizard .hormenu li:first-child a.selected span.dot span {
    background-position: 0 -100px;
}

.wizard .hormenu li a.selected span.label {
    color: #30405a;
}

.wizard .hormenu li a.selected span.h2 {
    color: #30405a;
}
.resultwrapper {
    background: #f2f2f2;
    width: 820px;
    min-height: 380px;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 10px;
    padding-bottom: 50px;
}
.resultwrapper .tit {
    font-size: 18px;
    color: #333;
    line-height: 50px;
    text-align: left;
    text-indent: 30px;
    border-bottom: 1px solid #ddd;
}
.resultlist {
    text-align: left;
}
.resultlist li {
    color: #333;
    font-size: 15px;
    margin-left: 40px;
    margin-top: 50px;
}
.resultlist li img {
    width: 80px;
    vertical-align: middle;
}
.resultlist li .label {
    width: 150px;
}
.resultlist li .label i {
    width: 8px;
    height:8px;
    display: inline-block;
    background: #bbb;
    border-radius: 50%;
    margin-right: 20px;
}
.resultlist li .info {
    width: 520px;
    overflow: hidden;
    margin-left: 30px;
}
.resultlist li .info p {
    margin-bottom: 15px;
}
.resultlist li .info a {
    color: green;
}
.vertical-line {
    width: 2px;
    height: 70px;
    border-left: 1px solid #bbb;
    margin-top: 10px;
    margin-left: 44px;
}
.uparrow {
    position: relative;
    display: block;
    font-size: 0;
    text-align: left;
}
.uparrow i {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #f2f2f2;
    margin-top: 15px;
    position: relative;
}
.uparrow.one i {
    margin-left: 120px;
}
.uparrow.two i {
    margin-left: 290px;
}
.uparrow.three i {
    margin-left: 450px;
}
.uparrow.four i {
    margin-left: 610px;
}
.uparrow.five i {
    margin-left: 770px;
}

/*---------------------------改版-------------------------------*/
.tit_box {
    position: relative;
    margin-top: 40px;
}
.tit_box .t1 {
    color: #333;
    font-size: 24px;
    font-weight: bold;
}
.tit_box .t2 {
    color: #b6b6b6;
    font-size: 20px;
    margin-left: 5px;
    padding-top: 6px;
    text-transform: uppercase;
}
.index_test_list {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}
.index_test_list .leftpart:hover {
    background: #30405a;
}
.index_test_list .leftpart {
    width: 270px;
    height: 451px;
    background-color: rgba(238, 238, 238, 1);
    text-align: center;
    transition: 0.5s all ease-in-out;
}
.index_test_list .leftpart .tubiao {
    position: relative;
    margin-top: 91px;
}
.index_test_list .leftpart:hover .tubiao i {
    background: url(../images/jc1-sel.png) center no-repeat;
}
.index_test_list .leftpart .tubiao i {
    background: url(../images/jc1.png) center no-repeat;
    width: 93px;
    height: 93px;
    vertical-align: middle;
    transition: 0.5s all ease-in-out;
}
.leftpart:hover .xuhao, .rightpart li:hover .xuhao {
    color: #fff;
}
.leftpart .xuhao {
    font-size: 30px;
    color: #555555;
    margin-top: 85px;
    transition: 0.5s all ease-in-out;
}
.leftpart:hover .biaoti, .rightpart li:hover .biaoti {
    color: #fff;
}
.leftpart .biaoti {
    font-size: 24px;
    color: #888888;
    margin-top: 41px;
    transition: 0.5s all ease-in-out;
}
.leftpart:hover .bteng, .rightpart li:hover .bteng {
    color: #566681;
}
.leftpart .bteng {
    font-size: 16px;
    color: #888888;
    margin-top: 21px;
    transition: 0.5s all ease-in-out;
}
.rightpart {
    position: relative;
    margin-left: 14px;
    width: 836px;
    overflow: hidden;
}
.rightpart li:hover {
    background-color: rgba(48, 64, 90, 1);
}
.rightpart li {
    float: left;
    width: 270px;
    height: 219px;
    background-color: rgba(238, 238, 238, 1);
    transition: 0.5s all ease-in-out;
    margin-right: 13px;
    margin-bottom: 13px;
}
.rightpart li:nth-child(3n){
    margin-right: 0;
}
.rightpart li .tubiao {
    position: relative;
    margin-top: 40px;
    text-align: center;
}
.rightpart li:hover .tubiao .jc2 {
    background: url(../images/jc2-sel.png) center no-repeat;
}
.rightpart li .tubiao .jc2 {
    background: url(../images/jc2.png) center no-repeat;
    width: 69px;
    height: 69px;
    transition: 0.5s all ease-in-out;
    vertical-align: middle;
}
.rightpart li .xuhao {
    font-size: 28px;
    color: #555555;
    margin-top: 6px;
    transition: 0.5s all ease-in-out;
    text-align: left;
    margin-left: 23px;
}
.rightpart li .biaoti {
    font-size: 18px;
    color: #888888;
    margin-top: 6px;
    transition: 0.5s all ease-in-out;
    text-align: left;
    margin-left: 23px;
}
.rightpart li .bteng {
    font-size: 12px;
    margin-top: 5px;
    color: #888888;
    transition: 0.5s all ease-in-out;
    text-align: left;
    margin-left: 23px;
}
.rightpart li:hover .tubiao .jc3 {
    background: url(../images/jc3-sel.png) center no-repeat;
}
.rightpart li .tubiao .jc3 {
    background: url(../images/jc3.png) center no-repeat;
    width: 69px;
    height: 69px;
    transition: 0.5s all ease-in-out;
    vertical-align: middle;
}
.rightpart li:hover .tubiao .jc4 {
    background: url(../images/jc4-sel.png) center no-repeat;
}
.rightpart li .tubiao .jc4 {
    background: url(../images/jc4.png) center no-repeat;
    width: 69px;
    height: 69px;
    transition: 0.5s all ease-in-out;
    vertical-align: middle;
}
.rightpart li:hover .tubiao .jc5 {
    background: url(../images/jc5-sel.png) center no-repeat;
}
.rightpart li .tubiao .jc5 {
    background: url(../images/jc5.png) center no-repeat;
    width: 69px;
    height: 69px;
    transition: 0.5s all ease-in-out;
    vertical-align: middle;
}
.rightpart li:hover .tubiao .jc6 {
    background: url(../images/jc6-sel.png) center no-repeat;
}
.rightpart li .tubiao .jc6 {
    background: url(../images/jc6.png) center no-repeat;
    width: 69px;
    height: 69px;
    transition: 0.5s all ease-in-out;
    vertical-align: middle;
}
.rightpart li:hover .tubiao .jc7 {
    background: url(../images/jc7-sel.png) center no-repeat;
}
.rightpart li .tubiao .jc7 {
    background: url(../images/jc7.png) center no-repeat;
    width: 69px;
    height: 69px;
    transition: 0.5s all ease-in-out;
    vertical-align: middle;
}

/*-----------------案例新------------------------*/
.casebg {
    background: url(../images/index_casebg.png) center no-repeat;
    width: 100%;
    height: 856px;
    margin-top: 65px;
    padding-top: 1px;
}
.index_case_list li:hover {
    border-bottom: 2px solid #30405a;
}
.index_case_list li {
    position: relative;
    float: left;
    margin-right: 6px;
    margin-bottom: 30px;
    background: #fff;
    border-bottom: 2px solid #fff;
    width: 295px;
    height: 236px;
    overflow: hidden;
    transition: 0.5s all ease-in-out;
}
.index_case_list li:nth-child(4n){
    margin-right: 0;
}

.index_case_img {
    width: 270px;
    height: 239px;
}


.index_case_list li:hover .index_plus {
    display: block;
}
.index_plus {
    display: none;
    position: absolute;
    top: 0;
    width: 295px;
    height: 236px;
    background: rgba(38,86,148,0.7);
    text-align: center;
}
.index_plus div{
    margin-top: 77px;
    font-size: 16px;
    color: white;
}
.index_plus div h3{
	font-weight:500;
}
.index_plus img {
    margin-top: 18px;
    vertical-align: middle;
}
.index_about_lfimg {
    width: 552px;
    height: 380px;
    position: relative;
    overflow: hidden;
    margin-top: 62px;
}
.index_about_lfimg img {
    width: 552px;
    height: 380px;
}
.index_about_rtbox {
    position: relative;
    margin-top: 62px;
    margin-left: 60px;
    width: 480px;
    overflow: hidden;
}
.index_about_tit {
    font-size: 24px;
    color: #333333;
    margin-top: 40px;
    text-align: center;
}
.index_about_titeng {
    font-size: 14px;
    color: #b6b6b6;
    text-align: center;
    margin-top: 11px;
    text-transform: uppercase;
}
.index_about_info {
    font-size: 15px;
    line-height: 28px;
    color: #999999;
    margin-top: 37px;
}
.index_about_btn {
    margin-top: 34px;
    text-align: center;

}
.index_about_btn a {
    width: 190px;
    height: 52px;
    line-height: 52px;
    border: solid 1px rgba(182, 182, 182, 1);
    color: #999999;
    display: inline-block;
    transition: 0.5s all ease-in-out;
}
.index_about_btn a:hover {
    background: #30405a;
    border: 1px solid #30405a;
    color: #fff;
}

.index_date_service {
    background: url(../images/date_service2.jpg) no-repeat center;
    width: 100%;
    height: 438px;
    margin-top: 65px;
}
.index_ds_lfbox {
    width: 390px;
    overflow: hidden;
    position: relative;
    margin-left: 40px;
}
.index_ds_t1 {
    font-size: 39px;
    color: #ffffff;
    font-weight: 600;
    margin-top: 56px;
}
.index_ds_t1 img {
    position: absolute;
    margin-left: 10px;
    margin-top: 10px;
}
.index_ds_t2 {
    font-size: 14px;
    color: #ffffff;
    margin-top: 20px;
    text-transform: uppercase;
}
.index_ds_t3 {
    font-size: 32px;
    color: #ffffff;
    font-weight: 600;
    margin-top: 53px;
}
.index_ds_t3 p {
    margin-bottom: 27px;
}
.index_ds_tel {
    margin-top: 43px;
}
.index_ds_telnum {
    margin-left: 18px;
}
.index_ds_tel1 {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
}
.index_ds_tel2 {
    font-size: 30px;
    color: #ffffff;
    font-weight: 600;
    margin-top: 10px;
}
.index_ds_rtform {
    width: 464px;
    height: 438px;
    background-color: rgba(242, 242, 242, 1);
    position: relative;
    overflow: hidden;
    margin-right: 50px;
}
.index_ds_formwrap {
    width: 360px;
    position: relative;
    margin: 0 auto;
    margin-top: 35px;
}
.index_ds_formwrap img {
    position: absolute;
    vertical-align: middle;
    margin-top: 10px;
}
.index_ds_formwrap input {
    outline: none;
    background: none;
    border: none;
    border-bottom: 1px solid rgba(48, 64, 90, 1);
    font-size: 14px;
    color: #888888;
    text-indent: 25px;
    margin-bottom: 35px;
    width: 350px;
    padding: 10px 5px;
}
.index_ds_formwrap .fuyan {
    font-size: 12px;
    color: #999999;
    margin-top: 16px;
}
.index_ds_formwrap .fuyan span {
    color: rgba(48, 64, 90, 1);
}
.index_ds_formwrap .dsbtn {
    margin-top: 20px;
    text-align: center;
}
.index_ds_formwrap .dsbtn button {
    background-color: #ee0000;;
    font-size: 16px;
    color: #fff;
    outline: none;
    padding: 17px 130px;
    cursor: pointer;
    border: 1px solid #ee0000;
    transition: 0.5s all ease-in-out;
}
.index_ds_formwrap .dsbtn button:hover {
    background: #fff;
    color:  #ee0000;
}
.index_detection_list {
    position: relative;
    overflow: hidden;
    padding: 5px;
}
.index_detection_list li:hover {
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08),
    0px -2px 12px 0px rgba(0, 0, 0, 0.08),
    2px 0px 12px 0px rgba(0, 0, 0, 0.08),
    -2px 0px 12px 0px rgba(0, 0, 0, 0.08);
}
.index_detection_list li {
    width: 15.9%;
    height: 236px;
    float: left;
    margin-right: 9px;
    text-align: center;
    transition: 0.5s all ease-in-out;
}

.index_detection_list li  .denum {
    margin-top: 43px;
    font-size: 18px;
    color: #5d5d5d;
}
.index_detection_list li:hover .deyuandian {
    width: 9px;
    height: 9px;
    border: solid 2px rgba(93, 93, 93, 1);
    border-radius: 50%;
    margin-top: 5px;
    background: #fff;
}
.index_detection_list li .deyuandian {
    width: 4px;
    height: 4px;
    background-color: rgba(144, 144, 144, 1);
    border-radius: 50%;
    margin: 0 auto;
    margin-top: 10px;
    transition: 0.2s all ease-in-out;
}
.index_detection_list li:hover .deshuxian {
    height: 16px;
}
.deshuxian {
    width: 1px;
    height: 0px;
    background-color: rgba(238, 238, 238, 1);
    margin: 0 auto;
    margin-top: 2px;
    transition: 0.3s all ease-in-out;
}
.index_detection_list li:hover .deinfo {
    margin-top: 8px;
}
.deinfo {
    font-size: 12px;
    line-height: 23px;
    color: #797979;
    width: 157px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 24px;
}
.de-bgline {
    width: 100%;
    height: 2px;
    background-color: rgba(238, 238, 238, 1);
    position: absolute;
    margin-top: -163px;
    z-index: -1;
}
.onlyimg {
    width: 100%;
}
.onlyimg img {
    width: 100%;
}
.debgimg {
    margin-top: -90px;
    position: relative;
}

.leftfixed {
    position: fixed;
    left: 10px;
    top:50%;
    width: 175px;
    overflow: hidden;
    z-index: 666;
    margin-top: -118px;
    background: #fff;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.07),
    0px -2px 12px 0px rgba(0, 0, 0, 0.07),
    -2px 0px 12px 0px rgba(0, 0, 0, 0.07),
    2px 0px 12px 0px rgba(0, 0, 0, 0.07);
}
.lftit {
    width: 100%;
    height: 70px;
    background: #30405a;
    line-height: 70px;
    color: #fff;
    font-size: 20px;
    text-align: center;
}
.lfipt span {
    position: absolute;
    font-size: 16px;
    color: #666;
    margin-top: 10px;
    margin-left: 5px;
}
.lfipt {
    position: relative;
    margin-top: 18px;
    overflow: hidden;
    text-align: center;
}
.lfipt input {
    width: 155px;
    border: 1px solid #bbb;
    padding: 10px 0;
    text-indent: 46px;
    font-size: 14px;
}
.lftips {
    width: 155px;
    overflow: hidden;
    font-size: 12px;
    color: #999;
    margin-top: 10px;
    line-height: 18px;
    margin-left: 10px;
}
.lftips span {
    color: #30405a;
}
.lfbtn {
    margin-top: 10px;
    margin-bottom: 17px;
    text-align: center;
}
.lfbtn button {
    border: 1px solid #30405a;
    background: #30405a;
    color: #fff;
    outline: none;
    width: 155px;
    font-size: 20px;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.07);
    padding: 6px 0;
    cursor: pointer;
}
/*菜单导航*/
.nav {
    width: 100%;
    height: 85px;
    line-height: 85px;
    z-index: 10;
    background-color: #183e6f;
    opacity: 0.9;
    position: fixed;
    top: 0;
}
.nav .logo {
    position: relative;
    float: left;
}
.nav .logo a{

}
.nav .logo_text{
    width: 150px;
    height: 42px;
    line-height: 42px;
    border-left: 2px solid #b1b9c3;
    padding-left: 15px;
    margin:30px 20px 0;
    float: left;
}
.nav .logo_text span{
    font-size: 14px;
    height:20px;
    line-height:20px;
    color: #fff;
    display: block;
}
.nav .logo_text span.bold{
    font-size: 16px;
}
.nav ul {
    position: relative;
    margin-left: 10px;
    max-width: 770px
}

.nav ul li{
    width: 90px;
    height: 100%;
    float: left;

    text-align: center;
    position: relative;
}
.nav ul li i{
    display: none;
    position: absolute;
    bottom: 0px;
    height: 3px;
    width: 30px;
    left: 29px;
    background-color: #265694;
}
.nav ul li a{
    color:#fff;
    font-size: 14px;
    display: block;
}
.nav .container_main .subnav a{
    height: 30px;
    font-size: 12px;
    line-height: 30px;
}
.nav .container_main .subnav a:hover{
    background: #183e6f;
    color:white;
}
.nav ul li:hover,.nav ul li.on{
    background-color: #fff;
}
.nav ul li:hover a,.nav ul li.on a{
    color: #265694;
}
.nav ul li:hover i,.nav ul li.on i{
    display: block;
}
.nav .nav_right a{
    color:#fff;
    font-size: 22px;
    font-weight: bold;
    padding-left: 28px;

}
/*首页搜索框*/
.banner_search{
    width:100%;
    height: 67px;
    line-height: 67px;
    background-color: #f4f4f4;
    margin-top: -4px;
}
.banner_search form{
    float: left;
}
.banner_search form input{
    border:none;
    width: 342px;
    height: 37px;
    text-indent: 30px;
    font-size: 14px;
}
.banner_search form input[type='submit']{
    width: 95px;
    height: 37px;
    background-color: #265694;
    color: #fff;
    text-indent: 0;
    margin-left: -4px;
    margin-right: 35px;
}
.banner_search .banner_search_hot{
    float: left;
    font-size: 14px;
    color: #555555;
}
.banner_search .banner_search_hot a{
    line-height: 24px;
    margin-right: 20px;
    color: #555555;
}
/*首页关于我们*/
.about_us_top{
    width: 100%;
    height: 286px;
}
.about_us_top .aut_imgbox{
    display: block;
    width: 510px;
    height: 286px;
    margin-right: 56px;
}
.about_us_top .about_us_top_right{
    width: 630px;
}
.about_us_top .about_us_top_right .aut_right{
    height:45px;
}
.about_us_top .about_us_top_right .aut_right_text{
    height: 30px;
    line-height: 30px;
    color: #265694;
}
.about_us_top .about_us_top_right .aut_right_text span{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    display: block;
}
.about_us_top .about_us_top_right .aut_desc{
    font-size: 14px;
    line-height: 26px;
    color: #555555;
    margin-top: 2px;
    margin-bottom: 10px;
}
.about_us_top .about_us_top_right .aut_btn a{
    width: 147px;
    height: 42px;
    border: 1px solid #d4d4d4;
    background-color: #d4d4d4;
    font-size: 14px;
    color: #333333;
    margin-left: 5px;
    margin-top: 25px;
    display: inline-block;
    text-align: center;
    line-height: 42px;
    text-transform: uppercase;
    transition: 0.3s all ease-in-out;
}

.about_us_top .about_us_top_right .aut_btn a h3{
	font-weight:500;
}

.about_us_top .about_us_top_right .aut_btn a:hover {
    background: #265694;
    color:  #ffffff;
}
.about_us_bottom{
    width: 100%;
}
.about_us_bottom a{
    display: block;
    width: 267px;
    height: 166px;
    margin-right: 16px;
    float: left;
}
.about_us_bottom a img{
    width: 100%;
}

/*内页左侧导航菜单*/
.sidebar_left{
    width: 260px;
    display: inline-block;
    float: left;
}
.sidebar_left .sidebar_menu_top{
    width: calc(100% - 52px);
    height: 82px;
    background-color: #265694;
    padding: 30px 0 0 52px;
}
.sidebar_left .sidebar_menu_top span{
    color:#b2c6e0;
    font-size: 14px;
}
.sidebar_left .sidebar_menu_top span i{
    width: 27px;
    height: 3px;
    background-color: #b2c6e0;
    vertical-align: middle;
    margin-bottom: 4px;
    margin-right: 13px;
}
.sidebar_left .sidebar_menu_top span:last-of-type{
    margin-left: 40px;
}
.sidebar_left .sidebar_menu_top span:first-of-type{
    font-size: 26px;
    height: 26px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 12px;
    display: block;
}
.sidebar_left .sidebar_menu_list{
    width: 100%;
    background-color: #f7f7f7;
}
.sidebar_left .sidebar_menu_list a{
    width: 100%;
    color: #333;
    display: inline-block;
    height:50px;
    line-height: 50px;
    font-size: 16px;
    position: relative;
    text-indent: 50px;
}
.sidebar_left .sidebar_menu_list a:not(:last-of-type){
    border-bottom: 1px solid #dedede;
}
.sidebar_left .sidebar_menu_list a span{
    width: 3px;
    height: 13px;
    background-color: #1a5baf;
    position: absolute;
    top: 20px;
    left: 30px;
    display: none;
}
.sidebar_left .sidebar_menu_list a i{
    background: url(../images/point_right.png) no-repeat center;
    width: 22px;
    height: 20px;
    float: right;
    margin: 16px 24px;
}
.sidebar_left .sidebar_menu .sidebar_menu_list a:hover,.sidebar_left .sidebar_menu .sidebar_menu_list a.on{
    color: #265694;
}
.sidebar_left .sidebar_menu .sidebar_menu_list a:hover span,.sidebar_left .sidebar_menu .sidebar_menu_list a.on span{
    display: block;
}
/*侧边栏-联系我们*/
.sidebar_contactus{
    margin-top: 20px;
    width: 100%;
    display: inline-block;
}
.sidebar_left .sidebar_contactus a{
    font-size: 14px;
    line-height: 22px;
    color: #333;
}
.sidebar_contactus ul{
    background-color: #f7f7f7;
    display: inline-block;
}
.sidebar_contactus ul li{
    display: inline-block;
    padding: 16px 40px 16px 50px;
    float: left;
    width: calc(100% - 90px);
    position: relative;
}
.sidebar_contactus ul li span{
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    height: 35px;
}
.sidebar_contactus ul li:not(:last-of-type){
    border-bottom: 1px solid #dedede;
}
.sidebar_contactus ul li i{
    position: absolute;
    left: 18px;
    top: 18px;
    width: 20px;
    height: 20px;
}
.sidebar_contactus ul li i.contactus_tel{
    background: url(../images/date-tel.png) no-repeat;
    background-size: 90%;
}
.sidebar_contactus ul li i.contactus_qq{
    background: url(../images/icon_qq1.png) no-repeat;
}
.sidebar_contactus ul li i.contactus_email{
    background: url(../images/icon_email.png) no-repeat;
    top: 22px;
}
.sidebar_contactus ul li i.contactus_address{
    background: url(../images/icon_address.png) no-repeat;
}
.sidebar_left .ad{
    width: 100%;
    margin-top: 32px;
    display: inline-block;
}


/*公司简介*/
.about {
    padding: 24px 0 60px 20px;
}
.about p{
    font-size: 16px;
    line-height: 30px;
    color: #555;
}
.about .about_title{
    margin-bottom: 32px;
}
.about .about_title h2{
    font-size: 24px;
    line-height: 24px;
    color: #265694;
    font-weight: normal;
}
.about .about_title p{
    font-size: 14px;
}
.about .about_main_img{
    width: 100%;
    margin: 54px 0;
}
.about ul{
    width: 100%;
    display: inline-block;
}
.about ul li{
    float: left;
}
.about .about_identify{
    margin-bottom: 50px;
}
.about .about_identify li{
    width: 270px;
    height: 84px;
}
.about .about_identify li:not(:last-of-type){
    margin-right: 38px;
}
.about .about_identify li img{
    display: inline-block;
    float: left;
}
.about .about_imgs li:not(:last-of-type){
    margin-right: 4px;
}
.about .about_team{
    width:100%;
    margin-top: 70px;
    display: inline-block;
}
.about .about_team_title *{
    color: #0f4488;
}
.about .about_team_title h2{
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 6px;
}
.about .about_team_title span{
    font-size: 18px;
    margin-right: 22px;
}
.about .about_team>img{
    width: 100%;
    margin: 40px 0 10px;
}
.about .about_team_biye{
    width: 100%;
    display: inline-block;
}
.about .about_team_biye img{
    float: left;
}
.about .about_team_biye img:not(:last-of-type){
    margin-right: 6px;
}
/*关于我们-优势*/
.about .about_advantage{
    width: 100%;
    display: inline-block;
    margin-top: 70px;
    position: relative;
}
.about .about_title1{
    font-size: 24px;
    color: #333;
    line-height: 24px;
}
.about .about_left_line{
    position: absolute;
    top: 80px;
    left: 46px;
    width: 20px;
}
.about .about_left_line i{
    width: 17px;
    height: 17px;
    border-radius: 50%;
    border: 1px solid #bdc4ca;
    float: left;
}
.about .about_left_line span{
    height: 200px;
    width: 1px;
    background-color: #bdc4ca;
    display: block;
    margin: 18px 0 0 9px;
}
.about .about_left_line span:last-of-type{
    height: 160px;
}
.about .about_adv_text:first-of-type{
    margin-bottom: 70px;
}
.about .about_adv_text{
    margin-left: 110px;
    margin-top: 56px;
    display: inline-block;
}
.about .about_adv_text ._title{
    font-size: 20px;
    line-height: 24px;
	font-weight:500;
    color: #333;
    display: inline-block;
    width: calc(100% - 110px);
}
.about .about_adv_text p{
    width: 378px;
    margin-top: 14px;
    font-size: 14px;
    color: #555;
    line-height: 24px;
}
.about .about_adv_text img{
    width: 344px;
    height: 158px;
    float: right;
}

.about .about_promise{
    margin-top: 80px;
    width: 100%;
    height: 305px;
    display: inline-block;
    position: relative;
}
.about .about_text{
    margin-left: 121px;
    margin-top: 30px;
    display: inline-block;
}
.about .about_promise .about_left_line em{
    position: absolute;
    top: 188px;
    left: 18px;
    width: 840px;
    height: 1px;
    background:-webkit-linear-gradient(left,#bdc4ca,#fff);/* Safari 5.1 - 6.0 */
    background:-o-linear-gradient(right,#bdc4ca,#fff);/* Opera 11.1 - 12.0 */
    background:-moz-linear-gradient(right,#bdc4ca,#fff);/* Firefox 3.6 - 15 */
    background:linear-gradient(to right,#bdc4ca,#fff);/* 标准*/
}
.about .about_promise ul{
    display: inline-block;
    margin-left: 118px;
    margin-top: 18px;
}
.about .about_promise ul li{
    float: left;
}
.about .about_promise ul li:not(:last-of-type){
    margin-right: 120px;
}
.about .about_dream{
    margin-top: 45px;
    width: 100%;
    height: 208px;
    display: inline-block;
    position: relative;
    margin-bottom: 100px;
}
.about .about_dream .about_dream_text{
    margin: 42px 0 0 38px;
}
.about .about_dream .about_dream_text p{
    width: 704px;
    height: 46px;
    padding: 40px 60px;
    font-size: 16px;
    line-height: 30px;
    background-color: #f1f1f1;
    position: absolute;
    z-index: 9;
}
.about .about_dream .about_dream_text .about_dream_line{
    width: 828px;
    height: 126px;
    border: solid 1px #bdc4ca;
    opacity: 0.5;
    position: absolute;
    top: 82px;
    left: 53px;
    z-index: 1;
}
/*专家团队*/
.team_imgs{
    width: 100%;
    display: inline-block;
}
.team_imgs img{
    /*float: left;*/
    display: block;
}
.team_imgs .t1{
    width: 310px;
    height: 258px;
    float: left;
}
.team_imgs .t2{
    width: 568px;
    height: 258px;
    float: right;

}
.team_imgs .t3{
    width: 430px;
    float: left;
    margin-top: 15px;
}
.team_imgs .t4{
    width: 448px;
    height: 404px;
    float: right;
    margin-top: 15px;
}
/*荣誉资质*/
.about .honor_imgs{
    width: 100%;
    display: inline-block;
}
.about .honor_imgs .honor_imgs_box{
    float: left;
    width: 218px;
    text-align: center;
    display: block;
}
.about .honor_imgs .honor_imgs_box span{
    font-size: 16px;
    color: #474747;

}
.about .honor_imgs .honor_imgs_box:hover span{
    color: #265694;
}



/*检测服务*/
.line_50{
    width:100%; height:50px; overflow:hidden;
}
.line_30{
    width:100%; height:30px; overflow:hidden;
}
.line_60{
    width:100%; height:60px; overflow:hidden;
}
.line_15{
    width:100%; height:15px; overflow:hidden;
}
.line_6{
    width:100%; height:6px; overflow:hidden;
}
.line_10{
    width:100%; height:10px; overflow:hidden;
}
.line_40{
    width:100%; height:40px; overflow:hidden;
}
.line_23{
    width:100%; height:23px; overflow:hidden;
}
.line_36{
    width:100%; height:36px; overflow:hidden;
}
.detection {
    padding: 15px 0 60px 5px;
}

.detection p{
    color: #555555;
    font-size:16px;
    font-family: "微软雅黑";
    line-height: 28px;
    margin-top: 20px;
}

.detection .detection_title{
    float:float;
    margin-left: 20px;
}

.detection .detection_h{
    float:left;
    width: 4px;
    height: 41px;
    background: #265694;
    margin-top: 7px;
}

.detection .detection_title h2{
    color: #333333;
    font-size: 24px;

}
.detection .detection_title p{
    color: #a0a0a0;
    font-size: 12px;
    margin-top: 0;
}

.detection .detection_source  {
    float: left;
}
.detection .detection_source img{
    margin-right: 4px;

}
.detection .detection_source .xia{
    margin-right: 4px;
    margin-top: 15px;
}
.detection .detection_sources  {
    float: left;
}
.detection .detection_sources img{
    margin-right: 35px;
}
.detection .detection_sourcess  {
    float: left;
}
.detection .detection_sourcess img{
    margin: 0 35px;
}
.detection_jc_left{
    width: 440px;
    float: left;
}
 .detection_jc_left .biao{
    color: white;
    font-size: 20px;
    font-family: 微软雅黑;
    line-height: 104px;
    margin-top: 0;
    font-weight: bold;
    text-indent: 0.7em;
    height:104px;
    background: #265694;
}

.detection  .detection_xian{
    float: left;
}
.detection  .detection_nei{
    float: left;
    background: #f8f8f8;
    width: 380px;
    height: 285px;
    padding: 0 20px;
}
.detection  .detection_nei .nei_1{
    width: 100%;
    color: #494949;
    font-size: 20px;
    line-height: 23px;
}
.detection  .detection_nei .nei_2{
    width: 100%;
    color: #555555;
    font-size: 14px;
    margin-top: 15px;
    line-height: 23px;
}
 
.detection  .detection_nei h4{
	    margin-top: 20px;
		font-weight:500;
}
.detection  .detection_nei .nei_3{
    color: #265694;
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
    line-height: 28px;
}
.detection  .detection_nei .nei_4{
    color: #555555;
    font-size: 14px;
    margin-top: 12px;
    line-height: 23px;
}
 .detection_jc_right{
    width: 440px;
    float: right;
}
 .detection_jc_right .biao{
    color: white;
    font-size: 20px;
    font-family: 微软雅黑;
    line-height: 104px;
    margin-top: 0;
    font-weight: bold;
    text-indent: 0.7em;
    background: #265694;
    height:104px;
}
 .detection_jc_right .detection_nei{
    float: left;
    background: #f8f8f8;
    width: 380px;
    height: 285px;
    padding: 0 20px;
}
 .detection_ff_left{
    float: left;
}
.detection_ff_right{
    width: 460px;
    float: left;
    margin-left: 80px;
}
.detection .detection_ff_right ul li{
    float: left;
    width: 230px;
    height: 60px;
    line-height: 60px;
    font-size: 22px;
    font-family: 微软雅黑;
    color: #0f4488;
}
.detection .detection_ff_right ul li h3{
	font-weight:500;
}
.detection .detection_ff_right ul li p{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    margin: 0;
    background: #124484;
    color:white;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    line-height: 32px;
    font-family: Arial, Helvetica, sans-serif, "宋体";
}
.detection .detection_ff_right .heji{
    color: #0f4488;
    font-size: 28.38px;
    font-weight: bold;
}
.detection .wen_1{
    font-family: AdobeHeitiStd-Regular;
    font-size: 14px;
    color: #2b2b2b;
    margin-top: 0;
}
.detection .dian_1{
    background: url(../images/dian.jpg) 20px 9px no-repeat;
    text-indent: 2.4em;
    color: #275694;
    font-size:14px;
    margin-top: 13px;
}
.detection .xing_1{
    background: url(../images/xing.jpg) 18px 9px no-repeat;
    text-indent: 2.4em;
    color: #275694;
    font-size:14px;
    margin-top: 13px;
}
/*检测服务->收费标准顺*/
.sfbz{
    margin-top: 30px;
}

.sfbz .sfbz_left{
    float: left;
}
.sfbz .sfbz_right{
    float: right;
    width: 540px;
    height: 201px;
    background-color: #f2f2f2;
    position: relative;
}
.sfbz .sfbz_right .yuan{
    width: 155px;
    height: 47px;
    background-color: #265694;
    font-family: MicrosoftYaHei;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 0px;
    text-align:center;
    color: #ffffff;
    position: absolute;
    top: 34px;
    left: 56px;
    margin: 0;
}
.sfbz .sfbz_right  .ces{
    font-family: MicrosoftYaHei;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
    position: absolute;
    top: 113px;
    left: 56px;
    margin: 0;
}
.detection .explain{
    width: 910px;
    height: 137px;
    background: #f2f2f2;
}
.detection .explain .explain_1{
    background: url(../images/dian.jpg) 43px 9px no-repeat;
    font-family: MicrosoftYaHei;
    font-size: 20px;
    color: #333333;
    margin: 0;
    text-indent: 3em;
}
.detection .service{
    width: 910px;
    height: 107px;
    background-color: #0f4488;
}
.detection .service .service_1{
    font-family: MicrosoftYaHei;
    font-size: 20px;
    color: white;
    margin: 0 0 0 23px;
}
.detection .service .service_2{
    font-family: MicrosoftYaHei;
    font-size: 17px;
    color: #a5c8f5;
    margin: 0 0 0 23px;
}
.detection .fee{
    width: 910px;
    height: 227px;
    background-color: #f2f2f2;
}
.detection .fee .fee_1{
    background: url(../images/dian.jpg) 43px 9px no-repeat;
    font-family: MicrosoftYaHei;
    font-size: 20px;
    color: #333333;
    margin: 0;
    text-indent: 3em;
}
.detection .fee .fee_2{
    color: #646464;
    font-family: MicrosoftYaHei;
    font-size: 20px;
    line-height: 35px;
    margin: 0 0 0 61px;
}
.leave{
    margin-top: 50px;
}
.leave_left{
    float: left;
}
.leave_center{
    width: 836px;
    height: 862px;
    float: left;
    background-color: #f6f6f6;
    border-top:solid  #265694;
}
.leave_right{
    float: left;
}
.leave .leave_bai{
    float: left;
    height: 100%;
    width: 151px;
}
.leave .leave_nei{
    float: left;
    width: 685px;
    height: 100%;
}
.leave .leave_nei h1{
    font-family: MicrosoftYaHei;
    font-size: 29px;
    font-weight: 100;
    margin-top: 50px;
}
.leave .leave_nei p{
    color: #265694;
    font-size: 17px;
}

.leave .leave_nei .leave_gong{
    color: #555555;
    font-size: 14px;
    font-family: MicrosoftYaHei;
}
.leave .leave_nei .username{
    border: 0;
    height: 49px;
    background: white;
    width: 359px;
}
.leave .leave_nei .tel{
    border: 0;
    height: 49px;
    background: white;
    width: 359px;
}
.leave .leave_nei .wechat{
    border: 0;
    height: 49px;
    background: white;
    width: 359px;
}

.form-inline{
    width: 530px;
}
.form-control {
    display: block;
    width: 171px;
    height: 49px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 0px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-group{
    float: left;
}
.note{
    position:absolute;
    top: 20px;
    left: 18px;
    font-size: 14px;
}
.verifyCodeInner{
    width: 204px;
    height: 49px;
    background: white;
    float: left;
}
.verifyCodeInner .yzm{
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #555555;
    line-height: 49px;
    padding-left: 18px;

}
.verifyCodeInner .verify{
    width: 119px;
    height: 49px;
    border: 0;
    font-size:14px;
    color: #555555;
    margin-top: -7px;
}
.submittj{
    width: 347px;
    height: 52px;
    background-color: #265694;
    border-radius: 4px;
    border: 0;
    color: white;

}

.nav_right{
    background: url(../images/phone.png) 0px 34px no-repeat;
    background-size: 20px;
}


.inline img{
	width: 100%;
}

.douban{ width:1200px;  overflow:hidden;   }
.douban .hd{ height:22px; line-height:22px;  overflow:hidden;   }
.douban .hd h2{ float:left; font: 15px Arial,Helvetica,sans-serif; color: #072; margin: 0 0 12px 0; }
.douban .hd h2 a{ color:#37A; font-size:12px; margin-left:10px;  }
.douban .hd .next,
.douban .hd .prev{ float:right; display:block; width:18px; height:18px; background: url(../images/left_right.gif) no-repeat -6px -7px; overflow:hidden; margin-right:6px; cursor:pointer; }
.douban .hd .next{ background-position:-34px -7px; }
.douban .hd .prevStop{ background-position:-6px -40px; cursor:default; }
.douban .hd .nextStop{ background-position:-34px -40px; cursor:default; }
.douban .hd ul{ float:right; margin:6px 6px 0 0; zoom:1; }
.douban .hd ul li{ float:left; cursor:pointer; display:block; width:10px; height:10px; margin-right:4px; _display:inline; background: url(../images/switch_dot_small.jpg) no-repeat 0 0; }
.douban .hd ul li.on{ background-position:-12px 0; }
.douban .bd{ padding:12px 0 0 0;  }
.douban .bd ul{ overflow:hidden; zoom:1; }
.douban .bd ul li{ float:left;     width: 263px;height: 366px;margin-right:30px;    }


#distpicker5 .select{
    width: 171px;
    height: 49px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 0px solid #ccc;
    border-radius: 4px;
}


.mesag{
    position:relative;width: 530px;height: 163px;background: white;
}
.conss{
    width: 530px;height: 163px;position:absolute;background:none;z-index:9;border: 0;padding: 10px;
}



/*CMA合作*/
.hz_title{
    margin-top: 90px;
}
.hz_title .hz_title_1{
    font-family: MicrosoftYaHei-Bold;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #000000;
    text-align: center;
}
.hz_title .hz_title_2{
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    text-align: center;
    margin-top: 10px;
    letter-spacing: 0px;
    color: #8e8e8e;
}
.hz_title .hz_title_3{
    width: 68px;
    height: 3px;
    background-color: #3a6fb3;
    margin: 10px auto 0;
}
.fx{
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #797979;
    width: 1050px;
    margin: 30px auto 0;
    text-align: center;
}
.fxcontent .fx_cons{
    margin-right: 50px;
    width: 366px;
    margin-top: 50px;
}
.fxcontent .fx_cons:nth-child(3){
    margin-right:0 ;
}

.fxcontent .fx_cons .fx_title{
    font-family: MicrosoftYaHei-Bold;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 72px;
    height: 72px;
    letter-spacing: 0px;
    color: #363636;
    text-align: center;

}

.fxcontent .fx_cons .fx_nei{
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #797979;
}

/*合作优势*/
.hzys{
    background: url(../images/hzys.jpg) no-repeat center;
    width: 100%;
    height: 650px;
    margin-top: 65px;
}
.hzys_left{
    background: rgba(255,255,255,0.8);
    width: 512px;
    height: 476px;
    margin-top:82px ;
    margin-left: 15px;
}
.hzys_left .hzys_left_t1{
    margin: 82px 72px 39px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0px;
    color: #313131;
    text-align: center;
}
.hzys_left .hzys_left_t2{
    width: 370px;
    height: 97px;
    background-color: #ff7800;
    border-radius: 4px;
    margin-left: 72px;
}
.hzys_img{
    margin-top: 27px;
    margin-left: 66px;
}
.hzys_tie{
    margin-left: 12px;
}
.hzys_tie .hzys_tie_top{
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    color: #ffffff;
    margin-top: 23px;
}
.hzys_tie .hzys_tie_bot{
    font-family: MicrosoftYaHei-Bold;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #ffffff;
}
.hzys_right_t1{
    font-family: MicrosoftYaHei-Bold;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #ffffff;
    height: 50px;
    line-height: 50px;
    margin-top: 70px;
}
.hzys_right_t2{
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    margin-bottom: 10px;
    color: #ffffff;
}
.hzys_right_t3{
    width: 68px;
    height: 3px;
    background-color: #ffffff;
    margin-bottom: 10px;
}
.hzys_right_t4 .hzys_one{
    margin-top: 40px;
}
.hzys_right_t4 .hzys_one .hzys_one_left{
    background-color: #ff7800;
    font-family: Impact;
    font-size: 30px;
    font-weight: bold;
    padding: 13px 12px;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #ffffff;
}
.hzys_right_t4 .hzys_one .hzys_one_right{
    margin-left: 15px;
}
.hzys_right_t4 .hzys_one .hzys_one_right .hzys_one_top{
    font-family: MicrosoftYaHei-Bold;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #ffffff;
}
.hzys_right_t4 .hzys_one .hzys_one_right .hzys_one_bot{
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #ffffff;
}
/*城市合作*/
.cityJoin{
    background: url(../images/city_join.png) no-repeat center;
    width:1200px;
    height: 636px;
    position: relative;
}
.area_join{
    position: absolute;
    font-family: MicrosoftYaHei;
    font-size: 24px;
    letter-spacing: 0px;
    left: 0;
    bottom: 140px;
    color: #222222;
	font-weight:500;
}
.area_joins{
    position: absolute;
    left: 0;
    bottom: 20px;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    line-height: 36px;
    color: #222222;
}
/*合作申请*/
.apply_join{
    margin-top: 71px;
    margin-bottom: 76px;
}
.apply_join_left{
    background: url(../images/apply_join.jpg)no-repeat;
    width: 679px;
    height: 441px;
}
.apply_join_t1{
    font-family: MicrosoftYaHei;
    font-size: 30px;
    line-height: 59px;
    color: #ffffff;
    margin-top: 70px;
    margin-left: 30px;
}
.apply_join_t2{
    font-family: MicrosoftYaHei-Bold;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #ffffff;
    margin-left: 30px;
}
.apply_join_t3{
    font-family: MicrosoftYaHeiLight;
    font-size: 26px;
    letter-spacing: 2px;
    color: #ffffff;
    font-weight: 100;
    margin-left: 30px;
    margin-top: 10px;
}
.apply_join_t4{
    width: 314px;
    height: 50px;
    background:#406aa1;
    margin-left: 30px;
    margin-top: 50px;
    font-family: MicrosoftYaHei;
    font-size: 22px;
    line-height: 50px;
    text-indent: 1em;
    color: #ffffff;
    border-radius: 14px;
}
.apply_menu{
    width: 500px;
    border-bottom: 1px solid #cccccc;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 55px;
    letter-spacing: 0px;
    color: #676767;
}
.apply_menu2{
    width: 500px;
    border-bottom: 1px solid #cccccc;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    letter-spacing: 0px;
    margin-top: 20px;
    color: #676767;
}
.apply_name , .apply_number , .apply_city , .apply_exe{
    border: 0;
    height: 58px;
    font-size: 16px;
    width: 300px;
    color: #676767;
    margin-left: 5px;
}
.apply_infor{
    border: 0;
    height: 48px;
    font-size: 16px;
    width: 500px;
    color: #676767;
    margin-left: 5px;
}
.apply_join_submit{
    width: 493px;
    height: 57px;
    background-color: #275694;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    border: 0;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
}

/*上海艾克瑞尔*/
/*检测项目*/
img{
    vertical-align: bottom
}
.biao_title{
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0px;
    color: #333333;
    padding-top: 69px;
    text-align: center;
}
.biao_eng{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #969696;
    margin-top: 10px;
    text-align: center;
}
.biao_xiao{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
    margin-top: 21px;
}
.parameter{
    position: relative;
}
.swiper-containerjs{
    width: 1200px;
    margin-top: 45px;
}
.parameter_1{
    width: 363px;
    height: 225px;
    position: relative;
}
.parameter_2{
    width: 361px;
    height: 90px;
	font-weight:500;
    border: solid 1px #d2d2d2;
    border-top: 0;
    line-height: 90px;
    color: #666666;
    text-align: center;
    font-size: 18px;
}
.swiper-containerjs a:hover .parameter_2{
    background-color: #265694;
    color: white;
}
.parameter_zhe{
    width: 362px;
    height: 225px;
    background: rgba(38,86,148,0.4);
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.parameter_zhe div{
    margin: 104px auto 0;
    width: 42px;
    height: 42px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    border: solid 1px #ffffff;
    font-size: 40px;
    font-weight: 100;
    color: white;

}
.swiper-containerjs a:hover .parameter_zhe{
    display: inline-block;
}

/*关于我们*/
.gray{
   background: #f5f5f5;
}

/*荣誉资质*/
.swiper-containerhoner{
    width: 1200px;
}

/*检测流程*/
.blue2{
    background: #306aac;
}
.process_1{
    position: relative;
    background: white;
    min-height: 448px;
    margin-right: 11px;
}
.process_1:nth-child(5){
    margin-right: 0px;
}
.process_2{
    position: absolute;
    top: 180px;
    left: 58px;
    font-family: Arial-Black;
    font-size: 82px;
    font-style: italic;
    font-weight: 600;
    color: #e8e8e8;
}
.process_3{
    position: absolute;
    top: 215px;
    left: 58px;
    font-family: MicrosoftYaHei-Bold;
    font-size: 28px;
    font-weight: normal;
    z-index: 100;
    letter-spacing: 0px;
    color: #333333;

}
.process_4{
    width: 53px;
    height: 5px;
    margin: 90px auto 0;
    background-color: #265694;
}
.process_5{
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    width: 160px;
    text-align: center;
    margin: 25px auto 0;
}



















